home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Screensaver / sb_movie_ss_1.exe / 0 / RCDATA / TINSTALLERFORM / TINSTALLERFORM.txt
Text File  |  2012-06-02  |  3KB  |  166 lines

  1. object InstallerForm: TInstallerForm
  2.   Left = 505
  3.   Top = 150
  4.   Width = 352
  5.   Height = 370
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poDesktopCenter
  18.   PrintScale = poNone
  19.   Scaled = False
  20.   Visible = True
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   OnCreate = FormCreate
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   DesignSize = (
  27.     344
  28.     343)
  29.   PixelsPerInch = 96
  30.   TextHeight = 13
  31.   object contentPanel: TPanel
  32.     Left = 0
  33.     Top = -1
  34.     Width = 352
  35.     Height = 152
  36.     Anchors = [akLeft, akTop, akRight]
  37.     BevelOuter = bvLowered
  38.     TabOrder = 0
  39.     object bmpPanel: TImage
  40.       Left = 1
  41.       Top = 1
  42.       Width = 350
  43.       Height = 150
  44.       Center = True
  45.       Stretch = True
  46.     end
  47.     object moviePanel1: TFlashPanel
  48.       Left = 1
  49.       Top = 1
  50.       Width = 350
  51.       Height = 150
  52.       enableAllowScale = True
  53.       scaleFactor = 0
  54.       Align = alClient
  55.       AutoSize = True
  56.       BevelOuter = bvNone
  57.       Color = clWhite
  58.       TabOrder = 0
  59.     end
  60.   end
  61.   object buttonPanel: TPanel
  62.     Left = -8
  63.     Top = 279
  64.     Width = 350
  65.     Height = 63
  66.     Alignment = taLeftJustify
  67.     Anchors = []
  68.     BevelOuter = bvNone
  69.     Locked = True
  70.     TabOrder = 1
  71.     DesignSize = (
  72.       350
  73.       63)
  74.     object labFile: TLabel
  75.       Left = -1
  76.       Top = 2
  77.       Width = 190
  78.       Height = 18
  79.       AutoSize = False
  80.       Visible = False
  81.     end
  82.     object labCopying: TLabel
  83.       Left = 1
  84.       Top = 3
  85.       Width = 419
  86.       Height = 13
  87.       AutoSize = False
  88.       Visible = False
  89.     end
  90.     object installbutn: TLabel
  91.       Left = 24
  92.       Top = 40
  93.       Width = 3
  94.       Height = 13
  95.       Enabled = False
  96.       Visible = False
  97.       OnClick = installButnClick
  98.     end
  99.     object progressBar: TProgressBar
  100.       Left = 1
  101.       Top = 20
  102.       Width = 347
  103.       Height = 11
  104.       Anchors = [akLeft, akTop, akRight]
  105.       Min = 0
  106.       Max = 100
  107.       Step = 1
  108.       TabOrder = 0
  109.     end
  110.     object installBtn: TButton
  111.       Left = 182
  112.       Top = 36
  113.       Width = 80
  114.       Height = 25
  115.       Anchors = [akTop, akRight]
  116.       Caption = '&Install'
  117.       TabOrder = 1
  118.       OnClick = installBtnClick
  119.     end
  120.     object doneBtn: TButton
  121.       Left = 268
  122.       Top = 36
  123.       Width = 80
  124.       Height = 25
  125.       Anchors = [akTop, akRight]
  126.       Caption = 'Close'
  127.       TabOrder = 2
  128.       Visible = False
  129.       OnClick = doneBtnClick
  130.     end
  131.     object cancelBtn: TButton
  132.       Left = 268
  133.       Top = 36
  134.       Width = 80
  135.       Height = 25
  136.       Anchors = [akTop, akRight]
  137.       Caption = 'Cancel'
  138.       TabOrder = 3
  139.       OnClick = cancelBtnClick
  140.     end
  141.   end
  142.   object licenseScrollBox: TMemo
  143.     Left = -8
  144.     Top = 150
  145.     Width = 350
  146.     Height = 105
  147.     Anchors = []
  148.     Constraints.MinHeight = 103
  149.     ReadOnly = True
  150.     ScrollBars = ssVertical
  151.     TabOrder = 2
  152.   end
  153.   object pauseTimer: TTimer
  154.     Enabled = False
  155.     Interval = 100
  156.     OnTimer = pauseTimerTimer
  157.     Left = 152
  158.     Top = 80
  159.   end
  160.   object ApplicationEvents1: TApplicationEvents
  161.     OnMessage = ApplicationEvents1Message
  162.     Left = 232
  163.     Top = 72
  164.   end
  165. end
  166.